import { LogClient } from '@vtex/diagnostics-nodejs/dist/types';
export declare function getLogClient(account: string, workspace: string, appName: string): Promise<LogClient>;
