interface VoxweaveConfig {
    licenseKey: string;
    apiUrl: string;
    development?: any;
}
export declare let config: VoxweaveConfig;
export declare const configureVoxweave: (options: Partial<VoxweaveConfig>) => void;
export declare const getConfig: () => VoxweaveConfig;
export {};
