export declare function processFast(line: string): string;
export declare function processFastHtml(line: string): string;
export declare function isFastModeEnabled(options?: {
    fast?: boolean;
}): boolean;
