import { ResponseCode } from './types'; import { Timecode } from './Timecode'; /** For a given code, generate the response message that will be sent to the ATEM */ export declare const messageForCode: (code: ResponseCode, params?: string | Record | undefined) => string; //# sourceMappingURL=messageForCode.d.ts.map