export {};
/**
* Returns dialog's type, can be one of `alert`, `beforeunload`, `confirm` or `prompt`.
*
* <example> :dialogType.js
const type = await dialog.type();
* </example>
*
* @alias dialog.type
* @returns {string} The type of the dialog
*/
//# sourceMappingURL=type.d.ts.map