/**
 * Print instructions on setting up dev environment
 * @author Gabe Abrams
 */
declare const printInstructions: () => never;
export default printInstructions;
