import CANCEL from "#prompts/symbol"; type Args = { initial?: boolean; message: string; }; type Return = Promise; export default function confirm(args: Args): Return; export {}; //# sourceMappingURL=confirm.d.ts.map