import { JSONSchema7 } from 'json-schema';
export interface ExtensibleDeviceRegistrationSchema {
    title: string;
    description?: string;
    pages?: JSONSchema7[];
}
//# sourceMappingURL=extensible-device-registration.model.d.ts.map