declare const inputSteps: readonly ["AccountHolderCertifications", "AccountHolderClassification", "AccountHolderContact", "AccountHolderTax", "AccountHolderTaxResidenciesConfirmation", "AccountHolderAdditionalInfo", "AccountHolderTreatyClaims", "AccountHolderUsTinValidation", "ControllingPersonDetails1", "ControllingPersonDetails2", "ControllingPersonDetails3", "ControllingPersonDetails4", "ControllingPersonDetails5", "ControllingPerson1TaxResidenciesConfirmation", "ControllingPerson2TaxResidenciesConfirmation", "ControllingPerson3TaxResidenciesConfirmation", "ControllingPerson4TaxResidenciesConfirmation", "ControllingPerson5TaxResidenciesConfirmation", "Exemptions", "RegardedOwnerCertifications", "RegardedOwnerContact", "RegardedOwnerTax", "RegardedOwnerTreatyClaims", "RegardedOwnerUsTinValidation", "StandaloneResidencies", "Summary"]; export type InputStep = (typeof inputSteps)[number]; export declare const isInputStep: (step: string) => step is InputStep; export declare const confirmInputStep: (step: string) => InputStep; export {};