export declare type OnChainPaymentMethodPreviewResultAddressItem = {
    /**
     * The key path relative to the account key path.
     */
    keyPath?: string;
    /**
     * The address generated at the key path
     */
    address?: string;
};
