/** * Validate a list of texts * @param texts array of strings to validate (max 10 items) * * @category Client API */ export declare const validateTexts: (texts: string[]) => Promise; //# sourceMappingURL=validateTexts.d.ts.map