import { type ClientId, type TargetId } from '@scalar/snippetz'; import type { Request as HarRequest } from 'har-format'; import type { ErrorResponse } from '../../../../libs/errors.js'; /** * Returns a code example for given operation */ export declare const getSnippet: (target: T | "javascript", client: ClientId, harRequest: HarRequest) => ErrorResponse; //# sourceMappingURL=get-snippet.d.ts.map