export declare function namespaceHelp(): { status: string; name: string; namespace: string; description: string; usage: string; subcommands: ({ name: string; description: string; args: string; } | { name: string; description: string; args?: undefined; })[]; note: string; }; export declare function cmdRepoInit(flags: Record): Promise; export declare function cmdRepoBranchCreate(flags: Record): Promise; export declare function cmdRepoPrOpen(flags: Record): Promise; export declare function cmdRepoPrApprove(flags: Record): Promise; export declare function cmdRepoPrMerge(flags: Record): Promise; export declare function cmdRepoReleaseCreate(flags: Record): Promise; export declare function cmdRepoStatus(): Promise;