import { QShape } from './SelectQuery.js'; import { Shape } from '../shapes/Shape.js'; export declare function useQueryContext(name: string, initialData: any, shapeType: any): void; export declare function getQueryContext(name: string): QShape; export declare function setQueryContext(name: string, value: any, shapeType?: any): void;