import { AccessType } from '../types'; import type { FacilitatorConfig } from '../types'; export declare const xecho: FacilitatorConfig; export declare const xechoFacilitator: { readonly id: "xecho"; readonly metadata: { readonly name: "xEcho"; readonly image: "/xecho.png"; readonly docsUrl: "https://www.xechoai.xyz"; readonly color: "#134E4A"; }; readonly config: { readonly url: "https://www.xechoai.xyz"; }; readonly facilitatorUrl: "https://www.xechoai.xyz"; readonly accessType: AccessType.PUBLIC; readonly fee: 0; readonly addresses: { readonly base: [{ readonly address: "0x3be45f576696a2fd5a93c1330cd19f1607ab311d"; readonly tokens: [import("..").Token]; readonly dateOfFirstTransaction: Date; }]; }; }; //# sourceMappingURL=xecho.d.ts.map