export declare function softCapDialogsEnabled(): boolean; export declare function writeSoftCapDialogs(value: boolean): void; export declare function confirmPostureSoftCap(posture: string, opts?: { yes?: boolean; }): Promise; export declare function confirmOutcomeSoftCap(args: { current: number; max: number; trying: string; first: string; yes?: boolean; }): Promise; export declare function confirmCustomWatchlistSoftCap(watchlist: string, opts?: { yes?: boolean; }): Promise; export declare function confirmSkillPackSoftCap(vertical: string, opts?: { yes?: boolean; }): Promise; export declare function confirmSeatLimitSoftCap(activeSeats: unknown, maxActiveSeats: unknown, opts?: { yes?: boolean; }): Promise; export declare function confirmAuditRetentionSoftCap(days: number, opts?: { yes?: boolean; }): Promise; //# sourceMappingURL=soft-cap.d.ts.map