import * as Hapi from 'hapi'; import { Injector } from 'reduct'; export interface PostPodResponse { url: string; manifestHash: string; expiry: string; } export default function (server: Hapi.Server, deps: Injector): void;