declare const EMBER_CLI_EYEGLASS: {
    name: any;
    included(parent: any): void;
    initSelf(): void;
    postBuild(_result: any): void;
    _resetCaches(): void;
    buildError(_error: any): void;
    postprocessTree(type: any, tree: any): any;
    setupPreprocessorRegistry(type: any, registry: any): void;
    extractConfig(host: any, addon: any): any;
    linkAsset(srcFile: string, httpRoot: string, destUri: string, config: any): string;
    setupConfig(config: import("broccoli-eyeglass/lib/broccoli_sass_compiler").BroccoliSassOptions & import("eyeglass/lib/util/Options").EyeglassOptions & {
        assets?: string | string[];
        assetsHttpPrefix?: string;
        configureEyeglass?: (eyeglass: import("eyeglass/lib/Eyeglass").default, sass: typeof import("node-sass"), details: import("broccoli-eyeglass/lib/broccoli_sass_compiler").CompilationDetails) => unknown;
        relativeAssets?: boolean;
    }, options: any): import("broccoli-eyeglass/lib/broccoli_sass_compiler").BroccoliSassOptions & import("eyeglass/lib/util/Options").EyeglassOptions & {
        assets?: string | string[];
        assetsHttpPrefix?: string;
        configureEyeglass?: (eyeglass: import("eyeglass/lib/Eyeglass").default, sass: typeof import("node-sass"), details: import("broccoli-eyeglass/lib/broccoli_sass_compiler").CompilationDetails) => unknown;
        relativeAssets?: boolean;
    };
};
export = EMBER_CLI_EYEGLASS;
//# sourceMappingURL=index.d.ts.map