declare global { interface Window { idpcGlobal?: IdpcGlobal; } } export interface IdpcGlobal { idGen?: Record; } export declare const idpcState: () => IdpcGlobal; export declare const reset: () => void;