import type { Stringer } from "./api.js"; /** * Returns a {@link Stringer} which wrap inputs with given `pad` string on * both sides. */ export declare const wrap: (pad: string) => Stringer; //# sourceMappingURL=wrap.d.ts.map