export * from "./commands.js"; export * from "./entrypoint.js"; export * from "./ha.js"; export * from "./identity.js"; export * from "./responses.js"; export * from "./runtime.js"; /** * Maximum uploaded device-script size, in bytes (1 MiB). Canonical platform * limit shared by the API (upload validation) and the CLI (pre-deploy check). */ export declare const MAX_SCRIPT_SIZE_BYTES: number; //# sourceMappingURL=index.d.ts.map