export declare function getBreakingChanges(from: string, to: string): import("graphql").BreakingChange[]; export declare function getDangerousChanges(from: string, to: string): import("graphql").DangerousChange[];