export default function queryStringify(query: Record<string, string>, options?: {
    prefix?: boolean;
}): string;
