import { LinkDefinition, LoadedModule } from "@biryanihouse/types"; export declare const convertRecordsToLinkDefinition: (links: object[], service: LoadedModule) => LinkDefinition[]; //# sourceMappingURL=convert-data-to-link-definition.d.ts.map