import { LiveSchema } from "./TranscriptionSchema";
/**
 * Partial configuration options for the LiveSchema, including:
 * - `numerals`: Configures how numerals are handled in the live transcription.
 */
export declare type LiveConfigOptions = Partial<Pick<LiveSchema, "numerals">>;
//# sourceMappingURL=LiveConfigOptions.d.ts.map