export declare const determineType: (value: any) => "boolean" | "number" | "string";
