///
export declare const createMockPerformance: () => {
clearMarks: jest.Mock;
clearMeasures: jest.Mock;
clearResourceTimings: jest.Mock;
getEntries: jest.Mock;
getEntriesByName: jest.Mock;
getEntriesByType: jest.Mock;
mark: jest.Mock;
measure: jest.Mock;
now: jest.Mock;
setResourceTimingBufferSize: jest.Mock;
toJSON: jest.Mock;
};
export declare type MockPerformance = ReturnType;