import { GreenDotAppConfig } from '../../types/appConfig.types.js'; import type { GDdoubleAuthentication } from './main.js'; export declare function getOnLogin(gdDoubleAuth: GDdoubleAuthentication): GreenDotAppConfig['onBeforeLoginCallback'];