export declare class ConnectIntegrationDto {
    integrationType: string;
    integrationName: string;
    credentials: Record<string, any>;
}
