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