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