export declare function buildNitrogenEditHref({ collection, connectorToken, development, editorBase, id, token, }: { collection: string; connectorToken?: string; development: boolean; editorBase: string; id: string; token: string; }): string;