import { IncludeOptions } from '../vendor';
export declare class AppIncludes {
    [name: string]: IncludeOptions;
    static get Instance(): AppIncludes;
    static add(item: {
        [key: string]: IncludeOptions;
    }): void;
    static get(key: string): IncludeOptions;
    private static singleton;
    private constructor();
}
