export declare enum MetaRepositoryActionType {
    REPOSITORY = "REPOSITORY",
    RESOURCE = "RESOURCE",
}
