export declare const getContextStoreBool: (contextStore: Map, key: string) => boolean; export declare const getContextStoreBigInt: (contextStore: Map, key: string) => bigint; export declare const getContextStoreNumber: (contextStore: Map, key: string) => number; export declare const getContextStoreString: (contextStore: Map, key: string) => string;