import { IDictionary } from './common'; export declare class RecordNotFoundException extends Error { name: string; constructor(topic: string, options: IDictionary); }