export interface SchemaOptions {
    /**
     * The entry path of the upgrade script.
     */
    path: string;
}
