import { WithOperationType } from '../../../UI/types'; export declare const getOperationDirection: ({ operation, address }: { address: string; } & WithOperationType) => { direction: string; }; //# sourceMappingURL=getOperationDirection.d.ts.map