import type { ProjectCommandArguments } from '../../types/commands/common_arguments'; /** * `slack create` * @returns command output */ export declare const create: (args: ProjectCommandArguments & { /** @description URL to an app template to use when creating app. */ template?: string; /** @description Branch to use from the provided `template`. */ branch?: string; }) => Promise; declare const _default: { create: (args: ProjectCommandArguments & { /** @description URL to an app template to use when creating app. */ template?: string; /** @description Branch to use from the provided `template`. */ branch?: string; }) => Promise; }; export default _default; //# sourceMappingURL=project.d.ts.map