import { DatabaseClient } from "./databaseClient.js"; import * as DOM from "./dom/index.js"; import * as Files from "./files/index.js"; import { FileAttachment } from "./fileAttachment.js"; import * as Generators from "./generators/index.js"; import { Interpreter } from "./interpreter.js"; import { Mutable } from "./mutable.js"; import * as Promises from "./promises/index.js"; export declare const root: HTMLElement; export declare const library: { aapl: () => Promise; alphabet: () => Promise; cars: () => Promise; citywages: () => Promise; diamonds: () => Promise; flare: () => Promise; industries: () => Promise; miserables: () => Promise; olympians: () => Promise; penguins: () => Promise; pizza: () => Promise; weather: () => Promise; _: () => Promise; aq: () => Promise; Arrow: () => Promise; d3: () => Promise; dot: () => Promise; duckdb: () => Promise; DuckDBClient: () => Promise; echarts: () => Promise; htl: () => Promise; html: () => Promise; svg: () => Promise; Inputs: () => Promise; L: () => Promise; mapboxgl: () => Promise; md: () => Promise; mermaid: () => Promise; Plot: () => Promise; React: () => Promise; ReactDOM: () => Promise; tex: () => Promise import("./template.js").RawTemplateRenderer; block: import("./template.js").RawTemplateRenderer; }>; topojson: () => Promise; vl: () => Promise; dark: () => ObservableAsyncGenerator; now: () => AsyncGenerator; width: () => ObservableAsyncGenerator; DatabaseClient: () => { (name: string, options?: import("./databaseClient.js").QueryOptionsSpec): DatabaseClient; revive: ({ rows, schema, date, ...meta }: import("../../databases/index.js").SerializableQueryResult) => import("./databaseClient.js").QueryResult; prototype: { readonly name: string; readonly options: import("./databaseClient.js").QueryOptions; sql(strings: readonly string[], ...params: import("./databaseClient.js").QueryParam[]): Promise; cachePath(strings: readonly string[], ...params: import("./databaseClient.js").QueryParam[]): Promise; }; }; FileAttachment: () => { (name: string, base?: string): FileAttachment; prototype: { href: string; name: string; mimeType: string; lastModified: number | undefined; size: number | undefined; url(): Promise; blob(): Promise; arrayBuffer(): Promise; text(encoding?: string): Promise; json(): Promise; stream(): Promise>>; dsv({ delimiter, array, typed }?: import("./fileAttachment.js").DsvOptions): Promise; csv(options?: Omit): Promise; tsv(options?: Omit): Promise; image(props?: Partial): Promise; arrow(): Promise; arquero(options?: any): Promise; parquet(): Promise; zip(): Promise; xml(mimeType?: DOMParserSupportedType): Promise; html(): Promise; xlsx(): Promise; }; }; Generators: () => typeof Generators; Interpreter: () => { (name: string, options?: import("./interpreter.js").InterpreterOptionsSpec): Interpreter; prototype: { readonly name: string; readonly options: import("./interpreter.js").InterpreterOptions; run(input: string): Promise; cachePath(input: string): Promise; }; }; Mutable: () => typeof Mutable; Promises: () => typeof Promises; Files: () => typeof Files; DOM: () => typeof DOM; };