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