import Separator from './separator/separator'; import Value from '@alirya/value/value'; export declare function UpperWordsParameters(value: string, separator: string | RegExp): string; export declare type UpperWordsArgument = Value & Separator; export declare function UpperWordsParameter({ value, separator }: UpperWordsArgument): string; declare namespace UpperWords { const Parameters: typeof UpperWordsParameters; const Parameter: typeof UpperWordsParameter; type Argument = UpperWordsArgument; } export default UpperWords; //# sourceMappingURL=upper-words.d.ts.map