export declare function withoutIdorProtection(fn: () => T): T; export declare function isIdorProtectionIgnored(): boolean;