export type OQueryDataArgs = {
    replace?: boolean;
    sqltypes?: object;
    offset?: number;
    length?: number;
};
