interface Options {
    project_id: string;
    mesg: any;
    sendResponse: (any: any) => void;
}
export default function handleQuery(opts: Options): void;
export declare function cancelAll(project_id: string): Promise<void>;
export {};
