export declare const $CreateResponse: {
    properties: {
        request_uuid: {
            type: string;
            format: string;
        };
        object_uuid: {
            type: string;
            format: string;
        };
    };
};
