export declare const $Secret: { properties: { consumerKey: { type: string; isRequired: boolean; maxLength: number; minLength: number; pattern: string; }; consumerSecret: { type: string; maxLength: number; minLength: number; pattern: string; }; }; };