import { TypeScriptSnippet } from '../snippet'; /** * Determine the key for a code block */ export declare function snippetKey(snippet: TypeScriptSnippet): string; //# sourceMappingURL=key.d.ts.map