import type { NonEmptyString } from "../../../common/CustomTypes/NonEmptyString";
export declare const DEFAULT_DEV_PLAN_ID: NonEmptyString;
export declare const DEFAULT_TEAM_PLAN_ID: NonEmptyString;
export declare const ERROR_QUOTA_VIOLATION = "quota-violation";
export declare const ERROR_QUOTA_VIOLATION_PREFIX: string;
