import { BasePayloadDto } from './base-payload.dto';
export declare enum Templates {
    DEFAULT = "default",
    GRADIENT = "gradient",
    ADAM = "adam",
    BRUNO = "bruno",
    CLYDE = "clyde",
    DANIEL = "daniel",
    EDDY = "eddy",
    FELIX = "felix",
    IRIS = "iris",
    MONOLITH = "monolith",
    NEXUS = "nexus",
    AURORA = "aurora",
    LAVENDER = "lavender",
    NEBULA = "nebula"
}
export declare class SlideSpeakPayloadDto extends BasePayloadDto {
    prompt: string;
    length: number;
    template?: string;
    plain_text?: string;
    language?: string;
    fetch_images?: boolean;
    tone?: string;
    verbosity?: string;
    custom_user_instructions?: string;
}
//# sourceMappingURL=slide-speak-payload.dto.d.ts.map