/**
 * Check if argument is a sequence based on given regexp
 * @param arg
 * @param {RegExp} regex
 * @returns {boolean}
 */
export declare function isSequence(arg: unknown, regex: RegExp): boolean;
