export declare const name: string, version: string;
export declare const meta: {
    name: string;
    version: string;
};
