import type { CreateTerminalOptions, GhosttyVtTerminal, NativeInfo } from "./types.js"; export type { CreateTerminalOptions, GhosttyVtTerminal, NativeInfo, SnapshotCell, SnapshotOptions, TerminalSnapshot, VisibleLine, } from "./types.js"; export declare function createTerminal(options: CreateTerminalOptions): GhosttyVtTerminal; export declare function getNativeInfo(): NativeInfo; //# sourceMappingURL=index.d.ts.map