import { AccountInfoRpcResponse } from '../account/account-info-response'; export type AccountNotification = AccountInfoRpcResponse; export declare function createAccountNotification(data: unknown): AccountNotification;