/** class representing a PermissionError */ export declare class PermissionError extends Error { constructor(err: string); }