export declare function camelCase(words: string[], isPascalCase?: boolean): string;
export declare function pascalCase(words: string[]): string;
export declare function camelize(resourceName: string, isPascalCase?: boolean): string;
export declare function generateServiceName(url: string): string;
export declare function normalizeUrl(url: string): string;
export declare function addStarsToNewline(text?: string): string;
