import { C4CApiHandler } from "../index"; declare const handler: (staticBasePath: string) => C4CApiHandler; export default handler;