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