import IState from '../../interfaces/markdown-it/IState'; export default function getLine(state: IState, line: number): string;