import { PlayGroup } from '../service/play-group/play-group.js'; export declare const headlessPlaylist: (target: any, draft?: boolean) => Promise<{ base: string; playGroup: PlayGroup; }>;