export declare const $APIInfo: { properties: { source: { type: string; isRequired: boolean; }; sourceId: { type: string; maxLength: number; pattern: string; }; createdTime: { type: string; isRequired: boolean; }; updatedTime: { type: string; }; createdBy: { type: string; isRequired: boolean; }; description: { type: string; isRequired: boolean; }; name: { type: string; isRequired: boolean; }; summary: { type: string; isRequired: boolean; }; version: { type: string; isRequired: boolean; }; attributes: { type: string; }; meta: { type: string; }; deprecated: { type: string; }; deprecatedDescription: { type: string; }; apiParameters: { type: string; contains: { type: string; }; }; sourceMetadata: { properties: {}; }; }; };