/**
 * Exports a boolean value reporting whether the given API is supported or not
 */
declare const isApiSupported: (api: string) => boolean;
export default isApiSupported;
