import { zod } from '@shopify/cli-kit/node/schema'; export declare const httpsRegex: RegExp; export declare const validateUrl: (zodType: zod.ZodString, { httpsOnly, message }?: { httpsOnly?: boolean | undefined; message?: string | undefined; }) => zod.ZodEffects, string, string>; export declare const ensurePathStartsWithSlash: (arg: unknown) => unknown;