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