declare const _default: <T = object>(input: unknown) => input is T;

export { _default as default };
