import { VessPaths } from '../config/paths'; export interface LoginOptions { paths?: VessPaths; } export declare function runLogin(options?: LoginOptions): Promise; //# sourceMappingURL=login.d.ts.map