declare namespace FastQuerystring { export function stringify(value: Record): string; export function parse(value: string): Record; } export function stringify(value: Record): string; export function parse(value: string): Record; export default FastQuerystring;