import { IdOptions, IdShortNameMap } from './types.js';
export declare function isIdWithShortName(resourceId: string, opts: {
    shortNameMap: IdShortNameMap;
} & Pick<IdOptions, 'shortNameLength'>): boolean;
