export interface IReactProviderMustache { services: Array<{ propertyName: string; serviceClassName: string; }>; isImport: boolean; imports: Array; } export declare const createStaticServices: () => void;