/** * The string form of a regular expression that describes valid identifiers * used throughout PreQL. These identifiers are used for `Database` names, * `Struct` names, `Attribute` names, and more. */ declare const identifierRegexString: string; export default identifierRegexString; //# sourceMappingURL=identifierRegexString.d.ts.map