import { ComponentDoc } from 'vue-docgen-api';
/**
 * Remove all origin info from the docs object
 * @param docs will be mutated
 */
export default function stripOutOrigins(docs: ComponentDoc): void;
