import { AuthenticationStrategy } from '@wix/sdk-types'; export type VeloAuthStrategy = AuthenticationStrategy; export declare function VeloAuthStrategy(): VeloAuthStrategy;