export function createService(context: Types.AdminServiceContext): { upload: { inspect: Types.ServiceMethod, Pick<{ root: Types.Link; }, "root">>, Types.AdminUploadInspectSuccess, Types.Failure>; }; }; import * as Types from './types.js'; //# sourceMappingURL=admin.d.ts.map