declare const frontOrBackTypes: {
    FRONT: string;
    BACK: string;
};
export default frontOrBackTypes;
