export declare const FinetuneCreatedBy: { readonly Self: "self"; readonly Workspace: "workspace"; readonly Elevenlabs: "elevenlabs"; }; export type FinetuneCreatedBy = (typeof FinetuneCreatedBy)[keyof typeof FinetuneCreatedBy];