/** @description Basic structure for a response to update carrier settings */
export declare class UpdateSettingsResponse {
    metadata: object;
}
