import { type Nostr } from './core.ts';
export declare function yieldThread(): Promise<void>;
export declare const alwaysTrue: Nostr['verifyEvent'];
