declare type GlobalWithExpectKey = {
    expect: any;
};
export declare const isGlobalWithExpectKey: (global: any) => global is GlobalWithExpectKey;
export {};
