export declare class RecordNotFoundError extends Error { code: string; constructor(code: string, msg: string); }