export declare function AreSame(left: T[], right: T[]): boolean; export declare function NonNull(...elems: T[]): T; export declare function ReturnParamTwice(...elems: T[]): T[]; export declare function trimChar(origString: string, charToTrim: string): string; export declare function ToPosixPath(filePath: string): string; export declare function CMakeTOVCPkgPath(cmake: string): string; //# sourceMappingURL=index.d.ts.map