import { IOptionDefinition } from "../../../@types/option-types"; export declare const description: string; export declare const options: IOptionDefinition; export declare type IPkgOptions = { stage: string; profile: string; region: string; dir: string; validate: boolean; }; export declare const syntax = "dd pkg "; export declare const aliases: string[]; //# sourceMappingURL=pkg-meta.d.ts.map