/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The truncation option used
 */
export declare type EmbedJobTruncate = "START" | "END";
export declare const EmbedJobTruncate: {
    readonly Start: "START";
    readonly End: "END";
};
