Files
story-studio/remotion/node_modules/@remotion/cli/dist/get-env.d.ts
2026-02-21 10:33:18 +01:00

3 lines
226 B
TypeScript

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