export declare class BuiltinQueryIdError extends Error {
    name: string;
    message: string;
    constructor(message?: string);
}
