import { DoDevopsHandler } from "../../../@types/command"; import { IPkgOptions } from "./pkg-meta"; /** * **Package Handler** * * The `package` command is used in **Serverless** projects to build all of * the _deployable_ assets but without actually deploying. */ export declare const handler: DoDevopsHandler; //# sourceMappingURL=pkg.d.ts.map