/** * SDK configuration for using the ory-next library. */ declare const edgeConfig: { basePath: string; baseOptions: { withCredentials: boolean; }; }; export { edgeConfig };