export declare const initVelt: (apiKey: string, config?: any) => Promise<any>;
export declare const getVeltClient: () => Promise<any>;
declare global {
    interface Window {
        Velt: any;
    }
}
