import type { ParsingExtension } from '@app-config/core'; /** Checks a condition, uses then/else */ export declare function ifDirective(): ParsingExtension;