export declare const redactorOptions: {
    builtInRedactors: {};
    customRedactors: {
        after: {
            regexpPattern: any;
            replaceWith: string;
        }[];
    };
};
