export declare function mockFunction(impl?: (..._: unknown[]) => void): { (...args: unknown[]): void; calls: any[]; };