export interface Completion {
    text: string;
    engine: string;
    model: string;
}
//# sourceMappingURL=Completion.d.ts.map