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