/** Custom post function based on node-fetch */ export declare function post(apiPath: string, apiKey: string, sendObj: object, logStuff: boolean): Promise; /** Custom get function based on node-fetch */ export declare function get(url: string): Promise;