export interface KiwiOptions {
    apiKey: string;
    baseURL?: string;
}
//# sourceMappingURL=kiwi.options.d.ts.map