declare function Post(url: string, data: object, forceNodeFetch?: boolean): Promise; declare function Get(url: string, returnType?: string, forceNodeFetch?: boolean): Promise; declare function GetUrl(url: string): Promise; export { Post, Get, GetUrl };