/*!
 * @author electricessence / https://github.com/electricessence/
 * Licensing: MIT https://github.com/electricessence/TypeScript.NET-Core/blob/master/LICENSE.md
 */
export default function applyMixins(derivedConstructor: any, baseConstructors: any[]): void;
