import { useExpressDevPack } from '@midwayjs/faas-dev-pack';
export declare type DevPackOptions = Partial<Parameters<typeof useExpressDevPack>[0]>;
