interface OrgOptions { context?: string; } export declare function memoryOrgCurrentCommand(options?: OrgOptions): Promise; export declare function memoryOrgSetCommand(orgSlug: string, options?: OrgOptions): Promise; export {}; //# sourceMappingURL=org.d.ts.map