declare const query: {
    parse(str: string): any;
    stringify(object: any): string;
};

export = query;
