export declare function responder_create(settings: any): (req: any, res: any, appConfig: any) => any; export declare function responder_sendResource(path: any, req: any, res: any): any;