export declare const createStore: (glob: any) => void; export declare const getStore: (glob: any) => any; export declare const saveResult: (suiteName: string, benchName: string, result: any) => void;