export declare class DictionaryActorError extends Error {
    errorType: string;
    constructor(errorType: string, message: string);
}
