export declare const isLengthAware: (input: unknown) => input is { length: number; };