declare module 'qs' {
    export function stringify(data: object): string;
}