import type { WithSnippetError } from "./types";
export declare const extendWithCodeSnippet: (err: WithSnippetError) => Promise<WithSnippetError>;
