export interface CreateWalletPayload { derivePath?: string; } export interface ImportWalletPayload { mnemonic: string; }