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