import type Token from 'markdown-it/lib/token'; export declare const OPEN = "{%"; export declare const CLOSE = "%}"; export declare const IDENTIFIER_REGEX: RegExp; export declare function isIdentifier(s: any): s is string; export declare function isPromise(a: any): a is Promise; export declare function findTagEnd(content: string, start?: number): number | null; export declare function parseTags(content: string, firstLine?: number): Token[]; //# sourceMappingURL=utils.d.ts.map