import { Editor } from 'slate';
export declare const isApple: () => boolean;
export declare const assertOutput: (input: Editor, expectedOutput: any) => void;
