import type { ResolvedStackLocation } from 'remotion';
export declare const useResolvedStack: (stack: string | null) => ResolvedStackLocation | null;
