export declare const HELP = "SumiJS \u2014 lightweight ASCII art for text and images\n\nUsage:\n sumijs \"HELLO\" [options]\n sumijs --text \"HELLO\" [options]\n sumijs --image ./logo.png --width 60 [options]\n echo \"HELLO\" | sumijs\n\nText options:\n --font block, slant, shadow, mini, three-d\n --layout full, fitted, smushed\n --align left, center, right\n --width exact output width\n --max-width maximum output width\n --overflow preserve, clip, wrap\n --line-spacing \n --letter-spacing \n\nImage options:\n --image \n --quality fast, balanced, detailed\n --charset minimal, standard, detailed, blocks, binary\n --characters \n --width \n --height \n --sampling average, nearest\n --invert --grayscale --color\n --background \n --contrast --brightness --gamma \n --dither --cell-ratio \n\nStyle and output:\n --color \n --gradient \n --gradient-direction \n --color-level <0|1|2|3>\n --border \n --padding --margin \n --frame-title --frame-title-align \n --format \n --out --force --mkdir --final-newline\n\nUtilities:\n --list-fonts\n --preview-font \n --help\n --version\n\nExamples:\n sumijs \"HELLO\" --font slant --gradient \"#00c6ff,#7c3aed,#ec4899\"\n sumijs \"SUMI\" --format svg --out logo.svg\n sumijs --image ./logo.png --width 60 --color\n\nImage decoding in Node uses the optional sharp package. Install it with:\n npm install sharp\n\nExit codes: 0 success, 1 invalid input or rendering failure, 2 output-file conflict.\n";