UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

3 lines (2 loc) 226 B
import type { LogLevel } from '@remotion/renderer'; export declare const getEnvironmentVariables: (onUpdate: null | ((newProps: Record<string, string>) => void), logLevel: LogLevel, indent: boolean) => Record<string, string>;