/** * @param src * @param isES300 * @internal */ export declare function stripVersion(src: string, isES300: boolean): string;