export declare type ConfigurationFile = { key: string; password: string; themeId?: number; previewUrl?: string; debug: boolean; };