import { AccessType } from '../types'; import type { FacilitatorConfig } from '../types'; export declare const mogami: FacilitatorConfig; export declare const mogamiFacilitator: { readonly id: "mogami"; readonly metadata: { readonly name: "Mogami"; readonly image: "https://x402scan.com/mogami.png"; readonly docsUrl: "https://mogami.tech/"; readonly color: "#3A9E75"; }; readonly config: FacilitatorConfig; readonly facilitatorUrl: "https://facilitator.mogami.tech/"; readonly accessType: AccessType.PUBLIC; readonly fee: 0; readonly addresses: { readonly base: [{ readonly address: "0xfe0920a0a7f0f8a1ec689146c30c3bbef439bf8a"; readonly tokens: [import("..").Token]; readonly dateOfFirstTransaction: Date; }]; }; }; //# sourceMappingURL=mogami.d.ts.map