#!/usr/bin/env node export declare function cmdFirstContactHelp(): Promise; export declare function cmdFirstContactStart(args: string[], flags: Record): Promise; export declare function cmdFirstContactClarify(args: string[], flags: Record): Promise; export declare function cmdFirstContactProject(args: string[], flags: Record): Promise; export declare function cmdFirstContactVerify(args: string[], flags: Record): Promise; export declare function cmdFirstContactApprove(args: string[], flags: Record): Promise; export declare function cmdFirstContactMaterialize(args: string[], flags: Record): Promise; export declare function cmdFirstContactStatus(args: string[], flags: Record): Promise;