export function preRestfulCreator(prefix: any): (ctx: any, next: any) => Promise<any>;
export function postRestfulCreator(restfulFunction: any): (ctx: any) => Promise<void>;
