export interface SystemInfo {
    chrome: string;
    node: string;
    electron: string;
    app: string;
}
export interface IsWindows {
    isWindows: boolean;
}
export declare type NameAPI = "systemInfo";
export declare type DefaultApiKey = "ipc";
