declare const DLLHandler: {
    getDLLPath: () => Promise<any>;
};
export default DLLHandler;
