import _ from 'lodash';
export declare const SRTSeatCode: {
    일반실: string;
    특실: string;
};
export declare const SRTSeatName: _.Dictionary<string>;
