/** Pure quota compare — host owns counters and tier tables. */
declare function checkStorageQuota(used: number, requested: number, limit: number): boolean;

export { checkStorageQuota };
