export declare function isArrayOfMaybePotentiallyUnsafeNumberString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeFiniteNumberString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeIntegerString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeGreaterThanString(mixed: any, x: number): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeGreaterThanOrEqualString(mixed: any, x: number): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeLessThanString(mixed: any, x: number): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeLessThanOrEqualString(mixed: any, x: number): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeRangeString(mixed: any, args: { min?: number; max?: number; }): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybePositiveString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeNegativeString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeNonNegativeString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeNaturalNumberString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeOddString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeEvenString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeNotOneOfString(mixed: any, arr: T[]): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeLatitudeString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[]; export declare function isArrayOfMaybeLongitudeString(mixed: any): mixed is ((null | undefined | (string)) | null | undefined)[];