export declare const cleanPackageJson: (dir: string, serverless: boolean, ui: boolean, eslint: boolean, prettier: boolean) => Promise<void>;
