import { Options } from './types';
export declare function optionsToString(options: Partial<Options>): string;
