export default function resolveConfig({ config }: { config?: {} | undefined; }): { id: string; paths: any[]; };