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