export type RemotionEnvironment = { isStudio: boolean; isRendering: boolean; isPlayer: boolean; }; /** * @description Provides information about the Remotion Environment * @see [Documentation](https://www.remotion.dev/docs/get-remotion-environment) */ export declare const getRemotionEnvironment: () => RemotionEnvironment;