export declare function getTransactionVolumeLabel(volumeCode: string): string; export declare function getCompanyFundSourceLabel(sourceCode: string): string; export declare function getPurposeOfAccountLabel(purposeCode: string): string; export declare function getUsNexusTypeLabel(code: string): string; /** Labels for onboarding industry type (company industry + sub-industry block only). */ export declare function getCompanyOnboardingIndustryTypeLabel(industryCode: string): string; /** Labels for onboarding sub-industry; requires parent industry type code. */ export declare function getCompanyOnboardingSubIndustryLabel(subIndustryCode: string, parentIndustryTypeCode: string | undefined | null): string;