/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ import { TypeFromSchema } from "#tlv/TlvSchema.js"; /** @see {@link MatterSpecification.v13.Core}, section 10.7.5 */ export declare const TlvSubscribeResponse: import("../../tlv/TlvObject.js").ObjectSchema<{ /** Identifies the subscription. */ subscriptionId: import("../../tlv/TlvObject.js").FieldType; /** The final maximum interval for the subscription in seconds. */ maxInterval: import("../../tlv/TlvObject.js").FieldType; interactionModelRevision: import("../../tlv/TlvObject.js").OptionalFieldType; }>; export type SubscribeResponse = TypeFromSchema; //# sourceMappingURL=TlvSubscribeResponse.d.ts.map