export declare const ALIAS_SEPARATOR = "-"; export declare const SELECTOR_SEPARATOR = "."; export declare const INVALID_CHARS: RegExp; export declare const DEFAULT_INCLUDE_CORE_TOKENS_IN_SCOPES = false; export type parserOptions = { tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; }; //# sourceMappingURL=constants.d.ts.map