import type { TemplateType } from '..'; export declare const isServer: (template: TemplateType) => boolean;