/** * Creates a got instance with clickup default config * @private * @param {got.ExtendOptions} requestOptions Options for the created got instance. All options can be found [here](https://github.com/sindresorhus/got#options) * @returns {got.Got} A got instance */ export declare const createRequestInstance: (token: string, requestOptions?: {}) => import("got/dist/source").Got;