import { WorkspaceConfig } from "./types"; declare function getConfig(path: string): WorkspaceConfig[]; export { getConfig };