import { AlignmentType } from '../../types/alignment'; export declare const getAllowedControls: (alignment: AlignmentType) => string[] | undefined; //# sourceMappingURL=getAllowedControls.d.ts.map