import * as t from '@babel/types'; /** * Create error location with filename and line number * @param node */ export declare function createErrorLocation(node: t.Node): string; export declare function generateDynamicContentErrorMessage(name?: string): string; //# sourceMappingURL=errors.d.ts.map