export function onNeutralino(cb: (n: NeutType) => void): void;
/**
 * @param {((n: NeutType) => void)|undefined} [cb]
 * @param {{ logErrors: boolean }|undefined} [options]
 * @returns {any}
 */
export function initNeutralino(cb?: (n: NeutType) => void, options?: {
    logErrors: boolean;
} | undefined): any;
export type NeutType = typeof import('@neutralinojs/lib');
//# sourceMappingURL=index.d.ts.map