import type { IEditor, Border, BorderOperations } from 'roosterjs-content-model-types'; /** * Operations to apply border * @param editor The editor instance * @param border The border to apply * @param operation The operation to apply */ export declare function applyTableBorderFormat(editor: IEditor, border: Border, operation: BorderOperations): void;