/** * Converts an interface to a query string * @param {interface} options - The interface to convert * @returns {string} The query string */ export declare const interfaceToQuery: (options: any | undefined) => string;