import { AccessType } from '../types'; import type { FacilitatorConfig } from '../types'; export declare const auto: FacilitatorConfig; export declare const autoFacilitator: { readonly id: "auto"; readonly metadata: { readonly name: "Auto"; readonly image: "https://x402scan.com/logo.svg"; readonly docsUrl: "https://facilitators.x402scan.com"; readonly color: "#000000"; }; readonly config: FacilitatorConfig; readonly facilitatorUrl: "https://facilitators.x402scan.com"; readonly accessType: AccessType.PUBLIC; readonly fee: 0; readonly addresses: { readonly base: []; }; }; //# sourceMappingURL=auto.d.ts.map