import { KeyNamePair } from "./KeyNamePair";
import { ContentType } from './ContentType';
export declare class TemplateMeta extends KeyNamePair {
    path: string;
    file: string;
    readonly type: ContentType;
}
