import { types as t } from "@marko/compiler"; export declare function parseNonStandardTemplateLiteral(file: t.BabelFile, string: t.StringLiteral): t.TemplateLiteral | undefined;