import { KeyPath } from '../types'; import { AccountType, KeySpace } from './enums'; export declare function keyPathToString(account: AccountType, type: KeySpace, index: number): string; export declare function stringToKeyPath(path: string): KeyPath; //# sourceMappingURL=keypath.d.ts.map