import { FunctionLog, GetFunctionLogsResponse } from '@hubspot/local-dev-lib/types/Functions'; type Options = { compact?: boolean; insertions?: { header?: string; }; }; export declare function outputLogs(logsResp: GetFunctionLogsResponse | FunctionLog, options: Options): void; export {};