export declare const FundDistributionPolicyIndicator: { readonly None: "None"; readonly AccumulationFund: "N"; readonly IncomeFund: "Y"; }; export type FundDistributionPolicyIndicator = (typeof FundDistributionPolicyIndicator)[keyof typeof FundDistributionPolicyIndicator]; export declare const FundAssetType: { readonly None: "None"; readonly AccumulationFund: "N"; readonly IncomeFund: "Y"; }; export type FundAssetType = (typeof FundAssetType)[keyof typeof FundAssetType];