import { AccessType } from '../types'; import type { FacilitatorConfig } from '../types'; export declare const dexter: FacilitatorConfig; export declare const dexterFacilitator: { readonly id: "dexter"; readonly metadata: { readonly name: "Dexter"; readonly image: "https://x402scan.com/dexter.svg"; readonly docsUrl: "https://facilitator.dexter.cash"; readonly color: "#DD903A"; }; readonly config: FacilitatorConfig; readonly facilitatorUrl: "https://facilitator.dexter.cash"; readonly accessType: AccessType.PUBLIC; readonly fee: 0; readonly addresses: { readonly solana: [{ readonly address: "DEXVS3su4dZQWTvvPnLDJLRK1CeeKG6K3QqdzthgAkNV"; readonly tokens: [import("..").Token]; readonly dateOfFirstTransaction: Date; }]; }; }; //# sourceMappingURL=dexter.d.ts.map