import Runtype from "../Runtype.js";
declare const unwrapTrivial: (runtype: Runtype.Core) => Runtype.Interfaces;
export default unwrapTrivial;
