import type { AccountFn } from "../types";
/**
 * Tries to get account based on function fn
 * Return null if account doesn't exist
 * @param fn
 * @returns
 */
export declare const tryGetAccount: <T>(fn: AccountFn<T>) => Promise<import("../types").AccountData<T> | null>;
//# sourceMappingURL=tryGetAccount.d.ts.map