import Prefix from './prefix/prefix'; import Suffix from './suffix/suffix'; import Separator from './separator/separator'; import Value from '@alirya/value/value'; export declare function JoinAffixParameters(value: string[], separator: string, prefix?: string, suffix?: string): string; export declare type JoinAffixArgument = Partial & Separator & Value; export declare function JoinAffixParameter({ value, separator, prefix, suffix, }: JoinAffixArgument): string; declare namespace JoinAffix { const Parameters: typeof JoinAffixParameters; const Parameter: typeof JoinAffixParameter; type Argument = JoinAffixArgument; } export default JoinAffix; //# sourceMappingURL=join-affix.d.ts.map