export declare const Guardrail: typeof import("./guardrail.js"); export declare namespace Guardrail { type validateInput = typeof import("./guardrail.js").validateInput; type redactInput = typeof import("./guardrail.js").redactInput; type redactOutput = typeof import("./guardrail.js").redactOutput; type filterOutput = typeof import("./guardrail.js").filterOutput; }