import { ExecutionState } from '../utils/command';
interface UnpackConfig {
    tacoName: string;
    destPath: string;
}
export declare function unpackTaco(config: UnpackConfig, state: ExecutionState): void;
export {};
