import { IDiffEditorConstructionOptions } from "../../../../../editor/browser/editorBrowser.js"; import { IEditorOptions } from "../../../../../editor/common/config/editorOptions.js"; export declare function getEditorPadding(lineCount: number): { top: number; bottom: number; }; export declare const fixedEditorOptions: IEditorOptions; export declare const fixedDiffEditorOptions: IDiffEditorConstructionOptions;