/// <reference types="jasmine" />
export declare class MsftSmeMock {
    static strings: any;
    static selfSpy: jasmine.Spy;
    static getStringsSpy: jasmine.Spy;
    static mockStrings(strings: any): void;
    static mockSelf(overrides?: (MsftSme.MsftSmeWindowContext | any)): void;
}
