export declare enum QueryDataType {
    All = "all",
    DetailOnly = "detailOnly"
}
