declare global {
    interface Window {
        turnstile?: {
            render: (a: any, b: any) => void;
        };
        cfCallback?: (token: string) => void;
    }
}
export {};
