interface DebugOptionalParams {
    flagSDK?: boolean;
    flagACS?: boolean;
    flagAttachment?: boolean;
}
export default DebugOptionalParams;
