import type { SchemaObj } from 'convict';
export declare const ensureStringArray: (values: string[], { env }: SchemaObj<string>) => void;
