UNPKG

@curvenote/cli

Version:
4 lines 235 B
import type { ISession } from '../../session/types.js'; export declare const WELCOME: (session: ISession) => Promise<string>; export declare const FINISHED: (session: ISession) => Promise<string>; //# sourceMappingURL=messages.d.ts.map