export default class DemoReelPlayer {
    execute(demoReelFolderPath: string): Promise<void>;
}
