export declare const $BearerTokenAuthentication: { properties: { token: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; }; };