import type { CameraKitConfiguration } from "./configuration";
/**
 * Configuration overrides that are stored in session storage.
 */
type StoredOverrides = Pick<CameraKitConfiguration, "wasmEndpointOverride" | "logger" | "logLevel" | "userAgentFlavor">;
/**
 * Checks whether there are configuration overrides stored, and if yes, returns them.
 *
 * @internal
 */
export declare function getConfigurationOverrides(): StoredOverrides | undefined;
export {};
//# sourceMappingURL=configurationOverrides.d.ts.map