export declare function withoutTypeChecking(fn: () => void): void; export declare function isTypeCheckingAllowed(): boolean;