export declare class PermissionDenied extends Error {
    code: string;
    constructor(e: Error, context?: string);
}
