export default function confirmCommand(app: string, confirm?: string | undefined, message?: string): Promise<void>;
