export declare const countPayloadValidator: (payload: string) => "" | "The value must be a non-empty string." | "The value must not start with $." | "The value must not contain the . character.";