import type { IntegrationData } from '@polygonjs/polygonjs/dist/src/engine/nodes/_Base';
export declare class CoreMapboxClient {
    static CSS_URL: string;
    static _token: string;
    static token(): string | undefined;
    static integration_data(): IntegrationData | void;
}
