export default function elmOCProviderTemplate({ viewPath, providerFunctions }: {
    viewPath: string;
    providerFunctions: string;
}): string;
