import type { ManifoldToplevel } from './SDFCommon';
export declare class SDFLoader {
    static core(): Promise<ManifoldToplevel>;
}
