export interface GhostDecorationOptions { readonly line: string; readonly suffix: string; readonly width: number; readonly styleDim: (text: string) => string; } export declare function decorateEolGhostLine(options: GhostDecorationOptions): string | undefined; //# sourceMappingURL=render-ghost.d.ts.map