import { type Snippet } from '../../client/page-snapshot'; export declare const createSnippet: ({ id, code }: { id: string; code: string; }) => Snippet; //# sourceMappingURL=snippet.d.ts.map