export declare const dialog: jest.Mock; export declare const getCurrentWindow: () => { reload: jest.Mock; getTitle: () => string; }; export declare const app: { getAppPath: () => string; }; //# sourceMappingURL=remoteMock.d.ts.map