import * as Effect from "effect/Effect"; export interface UnpackHandlerArgs { readonly name: string; readonly preview: boolean; } /** * `axm packs unpack`: promote every member the named Pack contributed to a * direct declaration, then remove the Pack. */ export declare const handleUnpack: (args: UnpackHandlerArgs) => Effect.Effect; //# sourceMappingURL=handler.d.ts.map