import type { Platform, PlatformDefs } from "./types.js";
export declare const defsByPlatform: Record<Platform, PlatformDefs>;
