declare const debouncedAddToTransactions: (...args: any[]) => void;
declare const wrapGetter: (key: string, get: Function) => (utils: any) => any;
declare const wrapSetter: (key: string, set: Function) => (utils: any, newValue: any) => any;
export { debouncedAddToTransactions, wrapGetter, wrapSetter };
