import * as Abstracts from "./Abstract"; declare function create(): Abstracts.ComputeBasic; export default create;