export declare function findTaggedTemplateLiteralsInJS(jsCode: string, tag: string): string[]; export declare function eliminateInterpolations(templateLiteralContents: string): string;