declare module "sorcery" {
  export function load(path: string): Promise<{ write: () => Promise<void> }>;
}
