import type { StepType } from './stepsDescription';
import { DocumentTypeName } from './documentTypes';
export declare const checkIsNeedRotateCard: (stepType: StepType, documentTypeName: '' | DocumentTypeName) => boolean;
