import { ApiGatewayConfigInterface, RoutesInterface } from './interfaces/routes.interface'; export declare const Sonic: (config: ApiGatewayConfigInterface) => void; export interface SonicConfigInterface extends ApiGatewayConfigInterface { } export interface SonicRouteInterface extends RoutesInterface { }