import { MethodResult } from './types';
export default function ignore(options: any): Promise<MethodResult>;
