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