export declare function loadInk(callback: (err: Error | null) => void): void; export declare function isInkInstalled(): boolean;