export declare class InternalError extends Error {
    code: string;
    constructor(code: string, message: string);
}
