export declare function parseOptionalEnumArray<T extends string>(value: unknown, allowed: readonly T[], fieldName: string): T[] | undefined;
