type Constructor<T = {}> = new (...args: any[]) => T;
export declare function WithAuthorization<TBase extends Constructor>(Base: TBase): {
    new (...args: any[]): {};
} & TBase;
export {};
//# sourceMappingURL=mixin.d.ts.map