import { t } from '../common';
declare function fromClient(http: t.IHttpClient): t.ISheetFetcher;
declare function fromFuncs(args: {
    getNs: t.FetchSheetNs;
    getColumns: t.FetchSheetColumns;
    getCells: t.FetchSheetCells;
}): t.ISheetFetcher;
export declare const fetcher: {
    fromClient: typeof fromClient;
    fromFuncs: typeof fromFuncs;
};
export {};
