import { LoginEntrypointCommand, LoginEntrypointDependencies, LoginEntrypointResponse } from './types.js'; export declare const loginEntrypoint: (dependencies: LoginEntrypointDependencies) => (command: LoginEntrypointCommand) => Promise; //# sourceMappingURL=entrypoint.d.ts.map