export declare const getPlanLocale: (count: number) => "plans" | "plan";
export declare const getAgentLocale: (count: number) => "agent" | "agents";
export declare const getIsAreLocale: (count: number) => "is" | "are";
