import type { IPicGo } from '../../../../types';
export declare const createLoginAction: (ctx: IPicGo) => (token?: string) => Promise<void>;
