import { GeneratorAction } from '../../generator.actions';
export declare const addIndexAction$: (tableId: string) => GeneratorAction;
export declare const changeIndexUniqueAction$: (indexId: string) => GeneratorAction;
export declare const actions$: {
    addIndexAction$: (tableId: string) => GeneratorAction;
    changeIndexUniqueAction$: (indexId: string) => GeneratorAction;
};
