export declare const encryptRule: {
    filter: string[];
    replacement: (content: any, node: any) => any;
};
