import { Implementation, Interface } from '../models/container';

export function defaultCanImplement(interface: Interface, implementation: Implementation): boolean;
export function defaultCanImplement(interface: any, implementation: any): boolean;
