/** Mock Universe graph */export declare const graph: any;
/** Get the first passed argument to a mock function */export declare function firstArg(mockFunction: any): any;/** Get the second passed argument to a mock function */export declare function secondArg(mockFunction: any): any;