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