import type { SessionUser } from "./Auth/AuthTypes"; import type { OnReadyCallbackBasic, UpdateableOptions } from "./initProstgles"; import type { Prostgles } from "./Prostgles"; export declare const updateConfiguration: (prgl: Prostgles, onReady: OnReadyCallbackBasic, newOpts: UpdateableOptions, force?: true) => Promise; /** * Changes that do not affect the server so onReady does not need to be called again */ export declare const clientOnlyUpdateKeys: ["io", "auth", "publish", "functions", "publishRawSQL"]; //# sourceMappingURL=updateConfiguration.d.ts.map