import type { Token } from '../module'; import type { ChildAllowedCheckContext, TokenParseContext } from '../type'; export declare function isChildAllowed(context: ChildAllowedCheckContext): boolean; export declare function parseTokens(context: TokenParseContext): Token[];