/** The keys used to store the Logto state in `useState()`. */ export declare enum LogtoStateKey { /** The key used to store the Logto user information. */ User = "logto.user" } /** The default Logto runtime configuration values that should be replaced with your own values. */ export declare const defaults: Readonly<{ readonly endpoint: ""; readonly appId: ""; readonly appSecret: ""; readonly cookieEncryptionKey: ""; }>; //# sourceMappingURL=constants.d.ts.map