export type OutputHandler = (launchUuid: string) => void; export declare const OUTPUT_TYPES: Record;