export type JsonType = "null" | "boolean" | "object" | "array" | "number" | "integer" | "string"; export const pathRelative: (from: string, to: string) => string;