import { MethodArgs } from '../args';
export default function log4shell(...args: MethodArgs): Promise<void>;
