/**
 * Get the frontend application name.
 */
export declare const getFrontendAppName: ({ baseName }: {
    baseName: string;
}) => string;
export declare const getMicroserviceAppName: ({ microserviceName }: {
    microserviceName: string;
}) => string;
