export declare const $PaasServiceCreateResponse: {
    properties: {
        request_uuid: {
            type: string;
            format: string;
        };
        listen_ports: {
            type: string;
        };
        paas_service_uuid: {
            type: string;
            format: string;
        };
        credentials: {
            type: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
        parameters: {
            type: string;
        };
        resource_limits: {
            type: string;
        };
    };
};
