declare const NONE: unique symbol; declare const BLOCK: unique symbol; declare const SECTION: unique symbol; declare const ACTION: unique symbol; declare const FORM: unique symbol; declare const CONTEXT: unique symbol; export declare const BlockContext: { readonly NONE: typeof NONE; readonly BLOCK: typeof BLOCK; readonly SECTION: typeof SECTION; readonly ACTION: typeof ACTION; readonly FORM: typeof FORM; readonly CONTEXT: typeof CONTEXT; }; export type BlockContext = (typeof BlockContext)[keyof typeof BlockContext]; export {}; //# sourceMappingURL=BlockContext.d.ts.map