export = isJonSchlinkert;

declare function isJonSchlinkert(val: any): Thenable<boolean>;

declare namespace isJonSchlinkert {}
