declare type ConfigureOptions = {}; export declare function configure(options?: ConfigureOptions): void; export {};