import { TDengineMeta } from "../src/common/taosResult"; export declare function getInsertBind(valuesLen: number, tagsLen: number, db: string, stable: string): string; export declare function insertStable(values: Array>, tags: Array, stable: string, table?: string): string; export declare function insertNTable(values: Array>, table: string): string; export declare const tableMeta: Array; export declare const jsonMeta: Array; export declare const tagMeta: Array; export declare function createBaseSTable(stable: string): string; export declare function createBaseSTableJSON(stable: string): string; export declare function createBaseTable(table: string): string; export declare function createSTable(stable: string): string; export declare function createSTableJSON(stable: string): string; export declare function createTable(table: string): string; export declare function expectStableData(rows: Array>, tags: Array): Array>; export declare function hexToBytes(hex: string): ArrayBuffer; export declare function compareUint8Arrays(arr1: Uint8Array, arr2: Uint8Array): boolean; export declare function Sleep(ms: number): Promise; export declare function testUsername(): string; export declare function testPassword(): string; export declare const testEnterprise: jest.It; export declare const testNon3360: jest.It; //# sourceMappingURL=utils.d.ts.map