/**
 * Convert any value to its fast-check string representation
 * @param value - Value to be converted into a string
 */
export declare function stringify<Ts>(value: Ts): string;
