import { z } from "zod"; /** * A string to positive integer codec. * * Almost the same as {@link zu.codec.stringToInteger} but leveraging their `positiveInteger` * variants. * * @returns A string to positive integer codec. * * @see https://zod.dev/codecs#stringtoint */ export declare const stringToPositiveInteger: () => z.ZodCodec, z.core.$ZodBranded>;