import { Handler } from '../types'; /** * This function tells the merge handler function * to skip checking result of this guard function */ export declare const layer: >(fn: T) => T;