import { Decorator } from "../types/spur"; /** * Replaces property keys in the given file * @param file The file to read * @param options Options for reading the file and reading propety keys */ export declare function Template(file: string, options?: { root?: string; base?: string; parse_json?: boolean; }): Decorator;