declare type QueryPair = [key: string, val: string];
export declare function splitQuery(search: string): QueryPair[];
export {};
