/** * Convert the input value to a correct service classname. This converts * the input string to PascalCase and appends the "Service" prefix if needed. */ export declare function getServiceClassName(value: string): string;