import { Operation } from "@ledgerhq/types-live";
export declare const getOperations: (accountId: string, address: string) => Promise<Operation[]>;
//# sourceMappingURL=indexer.d.ts.map