import { IRF as windowIRF } from './types'; declare const IRF: windowIRF; export declare const flags: { [K in keyof typeof IRF.internal.flags]: { get(): boolean; set(value: boolean): void; }; }; export declare const ui: typeof IRF.internal.ui; export {};