export declare function getSeedPath(ethPrivateKey: string): Promise<{ seed: string; path: string; ethAddress: string; }>;