import { GatewaysJson } from '../index.js';
export declare const processDeployment: (gatewaysJsonContent: GatewaysJson, zipBuffer: Buffer) => Promise<({
    error: boolean;
    statusCode: any;
    data: any;
} | {
    error: boolean;
    message: string;
})[]>;
export declare function validateGateways(url: string, authHeader: string): Promise<{
    data: string;
    status: number;
}>;
//# sourceMappingURL=deploy-manager.d.ts.map