export declare const Meta: {
    name: string;
    dir: string;
    version: string;
    aliases: Record<string, string>;
};
