/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo */ export declare const getSystemInfo: (args: GetSystemInfoArgs) => void; export default getSystemInfo; /** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_System_getSystemInfo */ export declare const getSystemInfoAsync: (args?: GetSystemInfoArgs | undefined) => Promise;