import { Options } from "../types"; export declare const encode: (nextOptions: Options, defaults?: Options | undefined) => string;