/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as OctoAI from "../../../../api/index"; import * as core from "../../../../core"; export declare const StsTransferApi: core.serialization.ObjectSchema; export declare namespace StsTransferApi { interface Raw { aws_access_key_id: string; aws_region: string; aws_secret_access_key: string; aws_session_token?: string | null; s3_bucket: string; s3_endpoint_url?: string | null; s3_key: string; s3_url: string; } }