export declare class Configuration { templateURL: string; defaultDirectory: string; constructor(templateURL: string, defaultDirectory: string); }