import { redact } from './redact';
import { PurgoOptions } from './types';
/**
 * Main Purgo initialization function
 */
export declare function purgo(options?: PurgoOptions): void;
export { redact };
export * from './types';
