import type { IWorkspace } from "../../entities";
import type { ResourceQuotaSize } from "../../interfaces/SystemTypes";
import type { CheckQuotaResponse } from "../diginext/dx-subscription";
export declare function checkQuota(workspace: IWorkspace, options?: {
    resourceSize?: ResourceQuotaSize;
    isDebugging?: boolean;
}): Promise<CheckQuotaResponse>;
export declare function checkQuotaByWorkspaceId(id: string): Promise<CheckQuotaResponse>;
//# sourceMappingURL=check-quota.d.ts.map