import { Template } from "../types"; export declare function convertRawTemplate(rawTemplate?: Record | string): [Template | null, string | null];