import type { FscCountryPack } from './types.js'; /** * Builds the FSC standards rule body. When a country `pack` is supplied, its * white-label sections are spliced in after the intro; when absent, the output * is the country-neutral FSC standards (existing behavior — zero regression). */ export declare function fscRuleContent(pack?: FscCountryPack): string;