/**
 * @description - fill complete file extension
 * @author - huang.jian <hjj491229492@hotmail.com>
 */
import { OperatorFunction } from 'rxjs';
import type { NormalRequest } from '../interface/resolver';
export declare function replenish(extensions: string[]): OperatorFunction<NormalRequest, NormalRequest>;
