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: (fn: AccountFn) => Promise | null>; //# sourceMappingURL=tryGetAccount.d.ts.map