interface Endpoint { graphql: string; api: string; } export default function getEndpoint(_useSavedEndpoint?: boolean): Promise; export {};