import { IdentifiersResponse } from "./types"; export declare const getIdentifiers: (uniqueNameQueryParam: string, baseUrl: string, options: { token?: string; }) => Promise;