declare namespace _default {
    namespace Spec {
        const type: string;
        const mounts: ({
            mountpoint: string;
            type: string;
            prefix: string;
            child: {
                type: string;
                path: string;
                sync: boolean;
                shardFunc: string;
                compression?: undefined;
            };
        } | {
            mountpoint: string;
            type: string;
            prefix: string;
            child: {
                type: string;
                path: string;
                compression: string;
                sync?: undefined;
                shardFunc?: undefined;
            };
        })[];
    }
}
export default _default;
//# sourceMappingURL=default-datastore.d.ts.map