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