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