import { FlowDescriptor } from '../types'; /** * SELF-CERT: CRS / CARF / DAC8 self-certification. * * Includes residency-confirmation steps and up to 5 controlling persons, * each with their own optional residency-confirmation step. Disregarded- * entity (regarded owner) handling and Real-Time TIN Validation are * W-FORM-only — neither applies here. */ export declare const selfCertFlow: FlowDescriptor;