declare function interfaceMaker(InterfaceName: string, core: string, extend?: string): string;

export { interfaceMaker };
