interface Props { repo: string; path: string; } declare const Edit: import("svelte").Component; type Edit = ReturnType; export default Edit;