import type { IntegrationConnectionDefinition, IntegrationServiceDefinition } from "@automate.ax/catalog"; /** * Prints a provider-specific requirement before account connection. * * @param service - Service whose connection notice should be shown. */ export declare function printIntegrationConnectionNotice(service: IntegrationServiceDefinition): void; /** * Prompts for every field in a server-provided integration form. * * @param serviceName - Display name that identifies the credential provider. * @param connection - Form manifest whose fields should be collected. */ export declare function promptIntegrationCredentials(serviceName: string, connection: Extract): Promise>; //# sourceMappingURL=integration-connection.d.ts.map