import { type ServerStepRecord } from "./serverStepRecord.js"; export declare function redactServerSteps(steps: ServerStepRecord, includeDetails: boolean): ServerStepRecord; //# sourceMappingURL=redactServerSteps.d.ts.map