import type { Config } from './types/config.js';
import type { Work } from './types/work.js';
declare const _default: (config: Config) => Promise<Work>;
export default _default;
