/** * @publicApi */ export declare class QueryHandlerNotFoundException extends Error { constructor(queryName: string); }