import type { OptionsModel } from '../models/options';
export declare const getDefaultOptions: () => OptionsModel;
