export declare function Middleware(options?: { priority?: number; namespace?: string | RegExp | Array; }): Function;