/**
 * Convert the input value to a correct service name. This converts
 * the input string to PascalCase.
 */
export declare const getServiceName: (value: string) => string;
