import { NtfyResourceResponse } from './types.js';
export declare const getNtfyTopic: (uri: URL) => Promise<NtfyResourceResponse>;
