export interface Loader { load(input: Input): Promise; } export const setDefaultOpts =