export { isTypeLinearS };
declare const isTypeLinearS: (input: unknown) => input is string[];
