import { TypedEvent } from 'optics-ts-interface/dist/optics-core/commons'; import { BigNumber } from 'ethers'; import { Annotated } from '.'; export declare type SendTypes = [string, string, number, string, BigNumber]; export declare type SendArgs = { token: string; from: string; toDomain: number; toId: string; amount: BigNumber; }; export declare type SendEvent = TypedEvent; export declare type TokenDeployedTypes = [number, string, string]; export declare type TokenDeployedArgs = { domain: number; id: string; representation: string; }; export declare type TokenDeployedEvent = TypedEvent; export declare type AnnotatedSend = Annotated; export declare type AnnotatedTokenDeployed = Annotated; //# sourceMappingURL=bridgeEvents.d.ts.map