import type { Infer } from "@metamask/superstruct";
export declare const DerivationPathStruct: import("@metamask/superstruct").Struct<`m/${string}`, null>;
export type DerivationPath = Infer<typeof DerivationPathStruct>;
//# sourceMappingURL=derivation.d.cts.map