import { GetTransactionsResponse } from './rosetta';
export declare const getXTCTransactions: (principalId: string, txnIds?: bigint[] | undefined) => Promise<GetTransactionsResponse>;
export declare const requestCacheUpdate: (principalId: string, txnIds?: bigint[] | undefined) => Promise<boolean>;
