export function optimize(options: {
  inputPath: string;
  outputPath: string;
  blockMapPath?: string;
}): Promise<void>;
