export type ObjectiveLinkMeta = { id: string; }; export declare function encodeObjectiveLink(meta: ObjectiveLinkMeta): string | false;