import type { SessionUser } from "./Auth/AuthTypes"; import type { InitResult } from "./initProstgles"; import type { ProstglesInitOptions } from "./ProstglesTypes"; declare function prostgles(params: ProstglesInitOptions): Promise>; export * from "./PublishParser/defineServerFunction"; export * from "./Auth/AuthTypes"; export type { PublishParams } from "./PublishParser/publishTypesAndUtils"; export type { DBOFullyTyped } from "./DBSchemaBuilder/DBSchemaBuilder"; export type { DBHandlerServer } from "./Prostgles"; export type { CloudClient, LocalConfig } from "./FileManager/FileManager"; export type { DB } from "./initProstgles"; export type * from "./TableConfig/TableConfig"; export * from "./Auth/utils/upsertNamedExpressMiddleware"; export type { RequestWithUser } from "./Auth/middleware/userContextMiddleware"; export default prostgles; //# sourceMappingURL=index.d.ts.map