3 lines
81 B
TypeScript
3 lines
81 B
TypeScript
declare function _exports(queryString: string): Promise<any>;
|
|
export = _exports;
|