export declare type Schema = Record; export declare function implementsInterface(object: unknown, schema: Schema): object is T;