#!/usr/bin/env node
declare function help(): void;
declare function main(): Promise<void>;

export { help, main };
