import { CoinType } from '@glif/filecoin-address'; export { default as validatePath } from './validatePath'; export type CoinTypeCode = 461 | 1; export declare const createPath: (coinTypeCode: CoinTypeCode, i: number) => string; export declare const extractCoinTypeFromPath: (path: string) => CoinType; export declare const coinTypeCode: (coinType: CoinType) => CoinTypeCode; //# sourceMappingURL=index.d.ts.map