export declare type HandlerInput = { auth?: string; fetcher: string; parser: string; data: Data; };