import type { ProResProfile } from '@remotion/renderer';
export declare const getProResProfile: () => ProResProfile | undefined;
export declare const setProResProfile: (profile: ProResProfile | undefined) => void;
