import { ISubType, ICodable } from '../internal'; export declare const isCodable: (type: ISubType) => type is ICodable;