declare global {
    interface Window {
        ['__gpp']: any;
    }
}
export declare const registerGppHandler: () => void;
