import type { ErrorResponse } from '@scalar/helpers/errors/normalize-error'; import { type ClientId, type TargetId } from '@scalar/snippetz'; import type { Request as HarRequest } from 'har-format'; /** * 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