import { Settings } from '../../settings'; import { Environment } from '../../types'; export declare function logs(args: { settings: Settings; env: Environment; tail?: boolean; }): Promise;