export default function NotEmptyParameters(value: unknown[], error?: (value: unknown[]) => Error): asserts value is Array;