import { ICodeSnippet } from '../../types'; export declare function getCodeSnippet(content: string): ICodeSnippet;