export declare const drivers: {
    [key: string]: any;
};
export declare const sardinesConfig: {
    application: string;
    platform: string;
    srcRootDir: string;
    sardinesDir: string;
    repositoryEntries: {
        providerInfo: {
            protocol: string;
            host: string;
            root: string;
            port: number;
            driver: string;
        };
        user: string;
        password: string;
    }[];
    drivers: {
        name: string;
        locationType: string;
        protocols: string[];
    }[];
};
//# sourceMappingURL=index.d.ts.map