import { Placement } from "../enums";
export default function getOppositeVariationPlacement(placement: Placement): Placement;
