blob: e43e32a2292b2b0e27a6640fb75779ac7c7c6380 [file] [log] [blame]
export function stringHints(schema: Schema, logic: boolean): string[];
export function numberHints(schema: Schema, logic: boolean): string[];
export type Schema = import("../validate").Schema;