import { AdminEnv } from './types.admin'; /** * 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 * adminApi.getEnv() */ export declare function getEnv(): Promise;