/** * IsJsonSQLite * @param obj */ export declare const isJsonStore: (obj: any) => boolean; /** * IsTable * @param obj */ export declare const isTable: (obj: any) => boolean; /** * IsValue * @param obj */ export declare const isValue: (obj: any) => boolean;