import type { OnfidoAuthConfig } from './types'; declare const OnfidoAuth: { start(config: OnfidoAuthConfig): any; }; export default OnfidoAuth;