import { TestClass } from "@hn3000/tsunit-async"; export declare class KeypathTest extends TestClass { testKeypathFromString(): void; testKeypathFromKeys(): void; testKeypathFromJsonPointer(): void; testKeypathFromKeypath(): void; testKeypathPathCaching(): void; testAsKeyArrayFromString(): void; }