import type { ProjectCommandArguments } from '../../types/commands/common_arguments'; /** * `slack manifest info` * @returns command output */ export declare const info: (args: ProjectCommandArguments & { /** * @description Whether to retrieve manifest from the local `project`, or `remote` from Slack. Defaults to `project`. */ source?: "project" | "remote"; }) => Promise; /** * `slack manifest validate` * @returns command output */ export declare const validate: (args: ProjectCommandArguments) => Promise; declare const _default: { info: (args: ProjectCommandArguments & { /** * @description Whether to retrieve manifest from the local `project`, or `remote` from Slack. Defaults to `project`. */ source?: "project" | "remote"; }) => Promise; validate: (args: ProjectCommandArguments) => Promise; }; export default _default; //# sourceMappingURL=manifest.d.ts.map