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