export declare function base64urlToBuffer(str: string, len?: number): Uint8Array;
export declare function isPromise<T = unknown>(thing: any): thing is Promise<T>;
//# sourceMappingURL=util.d.ts.map