import { Glide } from "./Glide"; export declare const app: (props: string | import("./types").AppProps) => import("./App").App; export declare const table: (props: import("./types").TableProps) => import("./Table").Table; export declare const getApps: (props?: import("./types").Tokened) => Promise; export declare const getAppNamed: (name: string, props?: import("./types").Tokened) => Promise; export declare const withConfig: (props?: Partial) => Glide; export { RowOf, AppManifest, ColumnType, ColumnSchema } from "./types"; export { type Table } from "./Table"; export { type Glide } from "./Glide"; export { type App } from "./App";