import { SelectColumn } from "./SelectColumn";
export declare type DownloadFromTableResult = {
    concreteType: string;
    resultsFileHandleId: string;
    tableId: string;
    etag: string;
    headers: SelectColumn[];
};
