export default function createControllersModule(config: any): {
    finalSource: string;
    deprecations: string[];
};
