/** * Determines if the provided `stringToTest` matches CUID format * @param stringToTest The string to evaluate * @returns true when stringToTest matches CUID format */ export declare function isCuid(stringToTest: string): boolean;