declare const buildSource: (year: string, input: string | string[], sourcemap?: boolean) => void;
export default buildSource;
