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