export type PreconstructConfig = {
    entrypoints?: string[];
};
