import { Track } from "./createTrack"; export declare const setTrackOutput: ({ track, output }: { track: Track; output: string; }) => void;