export declare const $Protocol: { properties: { name: { type: string; isRequired: boolean; }; version: { type: string; }; }; };