import type { SupportedPlatform } from './types/index.js'; /** * Gets the current platform identifier in the format expected by the binary distributions. * * @returns The platform key matching the current system * @throws {GtfsValidationError} If the platform is not supported * * @internal */ export declare function getCurrentPlatform(): SupportedPlatform;