import { LightExecutingQueryResult } from './core_worker.did.d';
export declare const queryLightCoreData: (canister_id: string, hash: string) => Promise<LightExecutingQueryResult>;
