export declare const $APIParameter: { properties: { name: { type: string; isRequired: boolean; maxLength: number; pattern: string; }; type: { type: string; isRequired: boolean; }; enum: { type: string; contains: { type: string; maxLength: number; minLength: number; pattern: string; }; }; }; };