import type { PostLogProps, PreLogProps } from './index';
export declare function getPostRunLog({ className, method, result, suffix }: PostLogProps): string;
export declare function getPreRunLog({ args, className, method }: PreLogProps): string;
//# sourceMappingURL=utils.d.ts.map