export declare const flash: ({ hexfile, warn, debug, }: { hexfile: string; warn?: ((...args: string[]) => void) | undefined; debug?: ((...args: string[]) => void) | undefined; }) => Promise;