import type { Call } from '../../type'; export declare function performance(call: Call, ms: number, useBefore: B, useAfter: A): number;