export declare const $APIProduct: { properties: { apis: { type: string; contains: { type: string; }; isRequired: boolean; }; approvalType: { type: string; }; attributes: { type: string; isRequired: boolean; }; description: { type: string; }; displayName: { type: string; isRequired: boolean; }; environments: { type: string; contains: { type: string; }; isRequired: boolean; }; name: { type: string; isRequired: boolean; }; pubResources: { type: string; contains: { type: string; }; isRequired: boolean; }; subResources: { type: string; contains: { type: string; }; isRequired: boolean; }; protocols: { type: string; contains: { type: string; }; isRequired: boolean; }; clientOptions: { type: string; }; accessLevel: { type: string; }; meta: { type: string; }; }; };