export declare function isFunction(schema: object | ((controller: any) => object)): schema is ((controller: any) => object);