import { Credentials } from "@aws-sdk/types";

//#region listener/ServerlessSpyListenerParams.d.ts
type ServerlessSpyListenerParams = {
  credentials?: Credentials;
  debugMode?: boolean;
  scope: string;
  serverlessSpyWsUrl: string;
  connectionOpenResolve?: () => void;
  connectionOpenReject?: (reason?: any) => void;
};
//#endregion
export { ServerlessSpyListenerParams };
//# sourceMappingURL=ServerlessSpyListenerParams.d.mts.map