import type { Flags } from "../types"; export declare function processConditionals(str: string, flag?: Flags): string;