export declare type MiddlewareLoaderOptions = {
    absolutePagePath: string;
    page: string;
    matcherRegexp?: string;
};
export default function middlewareLoader(this: any): string;
