import type { ResourceConfig } from '../types'; export declare function getResourceId(config: string | ResourceConfig): string | null; export declare function getResourceHref(config: string | ResourceConfig): string | null;