import { Type } from '@angular/core';
export declare function disableMaterialAnimations(ngModule: Type<any>): void;
export declare function compileTestBed(compileFunction: () => Promise<any>, destroyFunction?: () => void, stubMatchMedia?: boolean): void;