export declare class ForbiddenZone { static isForbidden(name: string): boolean; static run(name: string, cb: () => T): T; }