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