#!/usr/bin/env node
export declare const config: {
    version: string;
    name: string;
};
