export declare class PermissionError extends Error { name: string; constructor(message: string); }