export declare const $APIInfoPatch: { properties: { deprecated: { type: string; isRequired: boolean; }; deprecatedDescription: { type: string; }; attributes: { type: string; }; meta: { type: string; }; }; };