import type { HushContext, MaterializeOptions } from '../types.js'; export declare function materializeCommand(ctx: HushContext, options: MaterializeOptions): Promise; //# sourceMappingURL=materialize.d.ts.map