type Params = { input: string; ppkFilePath: string; output?: string; watch?: boolean; }; export declare const pack: (params: Params) => Promise; export {};