import { Extension } from '..'; /** Extension that allows the user to scroll past the last line. */ export declare const overscroll: () => Extension;