export declare const REMOTION_SANDBOX_BUNDLE_DIR = "remotion-bundle"; export declare const toPosixPath: (filePath: string) => string; export declare const getAncestorDirectories: (relativePath: string) => string[]; export declare const toSandboxBundlePath: (relativePath: string) => string;