export declare function commandName(): string; export declare const TOP_LEVEL_RESOURCES: string[]; export declare function printHelp(): void; export declare function scaffoldCaseBody(title: string): Promise; export declare function printIssueActionHelp(action: string): boolean; export declare function printResourceHelp(resource: string): boolean;