import type { AgentConfig } from '../../shared/agent-config.js'; export declare function slackAppManifestYaml(agent: AgentConfig): Promise; export declare function slackAppInstallUrl(appId: string): string; export declare function slackAppManifestUrl(appId: string, teamId?: string): string; //# sourceMappingURL=app-manifest.d.ts.map