import type { MultiLineText } from '@sap-cloud-sdk/generator-common/internal'; import type { OpenApiOperation } from '../openapi-types'; /** * @internal */ export declare function apiSpecificCodeSample(apiName: string, operation: OpenApiOperation, directoryName: string): MultiLineText;