export declare const IMPORT_STATEMENT_REGEX: RegExp;
export declare const IMPORT_STATEMENT_REGEX_PATTERN: RegExp;
export declare const validateImportStatement: (importString: string, errorLocation: string) => string;
//# sourceMappingURL=validateImportStatements.d.ts.map