import { Computed } from '@telegram-apps/signals';
import { MethodName } from '@telegram-apps/bridge';
/**
 * @returns A signal indicating if the specified Mini Apps method is supported.
 * @param method - Mini Apps method name
 */
export declare function createIsSupported(method: MethodName): Computed<boolean>;
