export declare const $AppResponse: { properties: { name: { type: string; isRequired: boolean; }; displayName: { type: string; }; internalName: { type: string; maxLength: number; minLength: number; pattern: string; }; expiresIn: { type: string; format: string; maximum: number; minimum: number; }; apiProducts: { type: string; isRequired: boolean; }; attributes: { type: string; }; clientInformation: { type: string; contains: { type: string; }; }; callbackUrl: { type: string; }; webHooks: { type: string; contains: { type: string; }; }; credentials: { type: string; contains: { type: string; }[]; isRequired: boolean; }; environments: { type: string; contains: { type: string; }; }; status: { type: string; }; }; };