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