export declare const $AccessKeyCreateResponse: {
    properties: {
        access_key: {
            properties: {
                secret_key: {
                    type: string;
                };
                access_key: {
                    type: string;
                };
            };
        };
        request_uuid: {
            type: string;
        };
    };
};
