import { HubSpotPromise } from '@hubspot/local-dev-lib/types/Http'; import { FunctionLog, GetFunctionLogsResponse } from '@hubspot/local-dev-lib/types/Functions'; export declare function tailLogs(accountId: number, name: string, fetchLatest: () => HubSpotPromise, tailCall: (after?: string) => HubSpotPromise, compact?: boolean): Promise; export declare function outputBuildLog(buildLogUrl: string): Promise;