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