declare function _exports({ unparsedResults, tableSchema, }: {
    unparsedResults: any[];
    tableSchema?: import("../../types").DSQL_TableSchemaType;
}): Promise<object[] | null>;
export = _exports;