import { a } from "./a"; import { clearCallHistory } from "./functions/clearCallHistory"; import { clearWriteHistory } from "./functions/clearWriteHistory"; export declare const a: a; export declare const clearCallHistory: clearCallHistory; export declare const clearWriteHistory: clearWriteHistory; export declare const isFake: (value: unknown) => boolean; export declare const wildcard: object;