import { DsrEnv } from './types.dsr'; /** * Fetches the necessary info for the app to know where it is embedded. * * Check out [usePitcherApi().getEnv()](../internal/functions/createHighLevelApi.md#getenv) for more information. * * @example * useDsr().getEnv() */ export declare function getEnv(): Promise;