export declare class NotFoundConfig extends Error { constructor(path: string); } export declare class NotFoundTheme extends Error { constructor(path: string, isExtended?: boolean); } export declare class UnsupportedExtension extends Error { constructor(path: string); } export declare class SourcesNotDefined extends Error { constructor(path: string); }