export { isTypeLinearN };
declare const isTypeLinearN: (input: unknown) => input is null;
