export default (format) => {
  const parser = configActions[format];
  if (!parser) {
    throw new Error(`unkown format: ${format}`);
  }