export declare function getControllersMethods(obj: {
    [x: string]: any;
}): any[];
