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