import type { PlatformConfig } from "../types/Logger.js"; export declare class SinglePlatformProvider { private static instance; private config; private constructor(); static getInstance(): SinglePlatformProvider; private loadFromEnv; getPlatform(): PlatformConfig | null; listPlatforms(): PlatformConfig[]; } export declare const singlePlatformProvider: SinglePlatformProvider; //# sourceMappingURL=SinglePlatformProvider.d.ts.map