/** * This file was auto-generated by Fern from our API Definition. */ export declare const AirtopEnvironment: { readonly Default: "https://api.airtop.ai/api"; }; export type AirtopEnvironment = typeof AirtopEnvironment.Default;