import { ConfigObj } from '@showbridge/types';
export default function getConfigMigrations(configObj: any): {
    (configObj: any): ConfigObj;
}[];
