export declare function MockUtil<F = Function>(options: {
    implementation: F;
}): (targetClass: any, propertyKey: string, _descriptor?: TypedPropertyDescriptor<(...args: any[]) => any>) => void;
//# sourceMappingURL=index.d.ts.map