export declare function buildQueryString(input?: Record<string, any>, withQuestionMark?: boolean): string;
